home *** CD-ROM | disk | FTP | other *** search
- Echo Off
- Rem RUNBINK.BAT for EZPOINT point installation
- Rem Written by Ron Bemis
- {drive}
- CD \Bink
- If Not "%1" == "" Goto %1
-
- :Bink
- Key-Fake "C"
- BTBig Unattended
- :TestLevel
- If ErrorLevel 255 Goto Bink
- If ErrorLevel 200 Goto MailIn
- If ErrorLevel 150 Goto MakePoll
- If ErrorLevel 100 Goto F10
- If ErrorLevel 90 Goto F9
- If ErrorLevel 80 Goto F8
- If ErrorLevel 70 Goto F7
- If ErrorLevel 60 Goto F6
- If ErrorLevel 50 Goto F5
- If ErrorLevel 40 Goto F4
- If ErrorLevel 30 Goto F3
- If ErrorLevel 20 Goto F2
- If ErrorLevel 10 Goto F1
- Goto Exit
-
- :MailIn
- :F6
- EZPoint /B
- Goto Menu
-
- :MakePoll
- :F1
- If Exist {root}\Out\*.?$? Del {root}\Out\*.?$?
- Echo.>>{bosshex}.DLO
- Goto Bink
-
- :ScanAll
- :F2
- EZPoint /B /X
- Goto Menu
-
- :Get
- :F3
- Echo Enter file(s) to request, Enter by itself when done:
- :FReq
- RSet X=file(string(Filename:,12))
- RSet level(len(%X%))
- If Not Errorlevel 1 Goto Menu
- Echo %X%>>{bosshex}.REQ
- Goto FReq
-
- :Send
- :F4
- Echo Enter file(s) to send, Enter by itself when done:
- :FSend
- RSet X=string(Filename:)
- RSet level(len(%X%))
- If Not Errorlevel 1 Goto Menu
- RSet X=full(%X%)
- RSet level(exist(%X%))
- If Errorlevel 1 Goto FSendOK
- Echo File not found
- Goto FSend
- :FSendOK
- Echo %X%>>{bosshex}.DLO
- Goto FSend
-
- :Reader
- :F5
- EZPoint
- Goto Menu
-
- :F7
- EZPoint /B /R
- Goto Menu
-
- :AddConf
- :F8
- RSet X=up(string(Name of conference to add [Enter to quit]:,15))
- RSet level(len(%X%))
- If Not Errorlevel 1 Goto Menu
- Echo %X%>Message.Txt
- Echo --->>Message.Txt
- EZPoint E AreaFix ^ {password}^ G Y
- Goto AddConf
-
- :DelConf
- :F9
- RSet X=up(string(Name of conference to delete [Enter to quit]:,15))
- RSet level(len(%X%))
- If Not Errorlevel 1 Goto Menu
- :DelOK
- Echo -%X%>Message.Txt
- Echo --->>Message.Txt
- EZPoint E AreaFix ^ {password}^ G Y
- Goto DelConf
-
- :F10
- Lander
- Goto Exit
-
- :Menu
- RSet level(eqs(-N,-up(char(Re-Start Binkley?,YyNn,3))))
- If Errorlevel 1 Goto Exit
- Goto Bink
-
- :Exit
- Echo.
-